home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 July / macformat52.iso / mac / Shareware Plus / System components / Clicker 4.2 / For Programmers / Read Me < prev   
Encoding:
Text File  |  1997-01-22  |  975 b   |  23 lines

  1. Clicker API
  2. -----------
  3.  
  4. This folder contains a library with glue code for Metrowerks CodeWarriorâ„¢ with routines to turn Clicker on and off, set the action bits and get the name of a registered user.
  5.  
  6. To use it, select "Clicker Glue 68K.lib" (or "Clicker Glue PPC.lib" for PPC-Projects) into your project and include "Clicker Glue.h" in your source. See the header file for information about how to call the routines. Also don't forget to link in "MacOS.lib" (or "InterfaceLib" for PPC-Projects) because Clicker uses Gestalt to fetch Clicker Globals.
  7.  
  8. If you have questions, mail me.
  9.  
  10. Manuel
  11.  
  12.  
  13. Version History
  14. ---------------
  15.  
  16. v1.02    - Changed so it can now support the new globals from Clicker v4.2. I'm very
  17.           sorry, but there was no way to work around the problem and use the old
  18.           globals. So your program with the glue may only work with Clicker 4.2 and
  19.           later. SORRY!
  20.  
  21. v1.01    - Added call to open the Clicker control panel.
  22.  
  23. v1.0    - First release, with Clicker 4.0.